From: Vasudev Kamath Date: Sat, 28 Oct 2017 05:16:37 +0000 (+0530) Subject: Fix one more typo in cargo search command. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~132 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a7347f1f539654d9f89910f26a51b9f7f8e08ef1;p=cargo.git Fix one more typo in cargo search command. --- diff --git a/debian/patches/1001_fix_spelling_errors.patch b/debian/patches/1001_fix_spelling_errors.patch index 0f8c4727b..e9001ae1f 100644 --- a/debian/patches/1001_fix_spelling_errors.patch +++ b/debian/patches/1001_fix_spelling_errors.patch @@ -1,7 +1,7 @@ Description: Fix spelling errors in cargo messages. Author: Vasudev Kamath Forwarded: https://github.com/rust-lang/cargo/pull/4532 -Last-Update: 2017-09-23 +Last-Update: 2017-10-28 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/src/bin/search.rs @@ -15,6 +15,15 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never +@@ -62,7 +62,7 @@ + let msg = "The flag '--host' is no longer valid. + + Previous versions of Cargo accepted this flag, but it is being +-depricated. The flag is being renamed to 'index', as the flag ++deprecated. The flag is being renamed to 'index', as the flag + wants the location of the index in which to search. Please + use '--index' instead. + --- a/src/cargo/util/toml/mod.rs +++ b/src/cargo/util/toml/mod.rs @@ -693,19 +693,19 @@